-
Re: Kerning glyphs with negative sidebearings in initial/final position
I had similar issue with several Arabic letters, what I did is instead space the glyphs for line boundary situation, and kern them with other Arabic characters as needed. This is more cumbersome, but…3 -
Re: Double-width glyphs in monospace fonts
You can add width to glyphs using GPOS single adjustment as well, and that is a trick some monospace fonts do already to handle non-spacing marks while keeping all glyphs strictly mono width.6 -
Re: u+00af and u+02c9
AFAIK, HarfBuzz and Uniscribe enforces zero-width for mark glyphs (either based on GDEF glyph classes or Unicode character properties, depends on the script IIRC), but Core Text does not enforce it, …2 -
Re: [OTVar] Baseline curvature axis?
It would be complex in cursive scripts like Arabic (which would benefit most from such axes) as one would need to change the curvature of the horizontal stems as well.1 -
Re: Arabic kerning beyond basic
I personally try to avoid kerning Arabic altogether, unless it is a case of two glyphs bumping into other in an unpleasant way. I don’t think the Latin spacing rules and the black and white distribut…2